home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / VideoToolbox 96.06.15 / VideoToolboxSources / Assign92.h < prev    next >
Text File  |  1993-12-16  |  942b  |  27 lines

  1. /*
  2. Assign92.h
  3. Including this header will make older programs that use Assign.c compatible with the
  4. new version dated 8/12/93 of Assign.c, in which most of the routines were
  5. renamed.
  6. */
  7. #pragma once
  8. #define Variable Description
  9. #define FindVariable FindDescription
  10. #define FindVariableDim FindDescribedDim
  11. #define FreeAVariable FreeADescribedVar
  12. #define FreePtrVariables FreeDescribedPtrVars
  13. #define FreeVariables FreeDescribedVars
  14. #define InitializeAVariable InitializeADescribedVar
  15. #define InitializeVariables InitializeDescribedVars
  16. #define KeepAVariable KeepADescribedVar
  17. #define KeepVariables KeepDescribedVars
  18. #define SetVariable Describe
  19. #define SetVariableArray DescribeArray
  20. #define SetVariableFirstLast DescribeFirstLast
  21. #define UnequalVariablePair UnequalDescribedVarPair
  22. #define UnequalVariables UnequalDescribedVars
  23. Variable SetAVariable(short type,void *ptr,char *name,unsigned long dim
  24.     ,const char *comment);    /* old style */
  25.  
  26.  
  27.